home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Service⁄Support⁄Training / Self-Paced Training / Apple Scanner Training / Changed / background_4650.txt < prev    next >
Text File  |  1988-07-18  |  5KB  |  230 lines

  1. -- background: 4650 from stack: in
  2. -- bmap block id: 5007
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6. ----- HyperTalk script -----
  7. on clear
  8.   set highlight of card button "Grayscale" to false
  9.   set highlight of card button "Halftone" to false
  10.   set highlight of card button "Line Art" to false
  11.   set highlight of card button "Preview" to false
  12. end clear
  13.  
  14.  
  15.  
  16.  
  17. -- part 19 (button)
  18. -- low flags: 00
  19. -- high flags: A004
  20. -- rect: left=7 top=317 right=338 bottom=110
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: Setup
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   visual effect zoom open
  32.   go to stack "Set-Up"
  33.   set highlight of background button "Installation" to false
  34.   set highlight of background button "Using" to false
  35.   set highlight of background button "Troubleshooting" to false
  36.   set highlight of background button "Setup" to true
  37. end mouseUp
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. -- part 20 (button)
  45. -- low flags: 00
  46. -- high flags: A004
  47. -- rect: left=119 top=317 right=338 bottom=222
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Installation
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   visual effect zoom open
  59.   go to stack "Installation"
  60.   set highlight of background button "Setup" to false
  61.   set highlight of background button "Using" to false
  62.   set highlight of background button "Troubleshooting" to false
  63.   set highlight of background button "Installation" to true
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 21 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=220 top=308 right=342 bottom=263
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 21700 / 21700
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: 
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   visual effect zoom open
  83.   go to stack "Apple Scanner"
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 22 (button)
  89. -- low flags: 00
  90. -- high flags: C004
  91. -- rect: left=263 top=317 right=338 bottom=366
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Using
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   visual effect zoom open
  103.   go to stack "Using"
  104.   set highlight of background button "Setup" to false
  105.   set highlight of background button "Installation" to false
  106.   set highlight of background button "Troubleshooting" to false
  107.   set highlight of background button "Using" to true
  108. end mouseUp
  109.  
  110.  
  111.  
  112. -- part 23 (button)
  113. -- low flags: 00
  114. -- high flags: 8004
  115. -- rect: left=376 top=317 right=338 bottom=494
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 1
  119. -- font id: 0
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: Troubleshooting
  124. ----- HyperTalk script -----
  125. on mouseUp
  126.   visual effect zoom open
  127.   go to stack "Troubleshooting"
  128.   set highlight of background button "Setup" to false
  129.   set highlight of background button "Installation" to false
  130.   set highlight of background button "Using" to false
  131.   set highlight of background button "Troubleshooting" to true
  132. end mouseUp
  133.  
  134.  
  135.  
  136. -- part 30 (button)
  137. -- low flags: 00
  138. -- high flags: 2000
  139. -- rect: left=404 top=280 right=303 bottom=428
  140. -- title width / last selected line: 0
  141. -- icon id / first selected line: 2162 / 2162
  142. -- text alignment: 1
  143. -- font id: 0
  144. -- text size: 12
  145. -- style flags: 0
  146. -- line height: 16
  147. -- part name: Left
  148. ----- HyperTalk script -----
  149. on mouseUp
  150.   visual zoom in to card
  151.   pop Card
  152. end mouseUp
  153.  
  154.  
  155.  
  156. -- part 33 (button)
  157. -- low flags: 00
  158. -- high flags: 0001
  159. -- rect: left=414 top=1 right=40 bottom=455
  160. -- title width / last selected line: 0
  161. -- icon id / first selected line: 1008 / 1008
  162. -- text alignment: 1
  163. -- font id: 0
  164. -- text size: 12
  165. -- style flags: 0
  166. -- line height: 16
  167. -- part name: 
  168. ----- HyperTalk script -----
  169. on mouseUp
  170.   answer "Print this card?" with "Yes" or "Cancel"
  171.   if it is "Yes" then
  172.     doMenu "Print Card"
  173.   end if
  174.   if it is "Cancel" then
  175.     put "Cancel" into it
  176.   end if
  177. end  mouseUp
  178.  
  179.  
  180.  
  181.  
  182. -- part 34 (button)
  183. -- low flags: 00
  184. -- high flags: 0001
  185. -- rect: left=454 top=1 right=40 bottom=494
  186. -- title width / last selected line: 0
  187. -- icon id / first selected line: 1004 / 1004
  188. -- text alignment: 1
  189. -- font id: 0
  190. -- text size: 12
  191. -- style flags: 0
  192. -- line height: 16
  193. -- part name: 
  194. ----- HyperTalk script -----
  195.  
  196. on mouseUp
  197.   play harpsichord a4
  198.   global search
  199.   answer "Type of Glossary search?" with "Browse" or "Automatic" or "Cancel"
  200.   if it is "Browse" then
  201.     visual wipe up slowly
  202.     go to card "Glossary" of stack "Glossary"
  203.   end if
  204.  
  205.   if it is "Automatic" then
  206.     ask "Search for..."
  207.     put it into search
  208.     if search is empty then
  209.       exit mouseUp
  210.     else
  211.       visual wipe up slowly
  212.       put "find search" into message box
  213.       hide message
  214.       go to card "Glossary" of stack "Glossary"
  215.       find word search in field "Text"
  216.       if the result is "not found" then
  217.         answer "Word not found." with "OK"
  218.         exit  mouseUp
  219.       else
  220.         show card field id 13
  221.         wait 4 seconds
  222.         hide card field id 13
  223.       end if
  224.     end if
  225.   end if
  226. end mouseUp
  227.  
  228.  
  229.  
  230.